Skip to main content

Intro To Simulation

In FRC, Simulation is testing code without a physical robot. This allows you to quickly debug and develop code before the robot is made and while it is competing. Simulation comes in three main forms in order of difficulty: Running code on a laptop, simulating hardware, and simulating environment(not normally used in FRC).

Sources

NoMythic_Simulation_Google_Doc Mechanical_Advantage(6328)_Presentation WPILib_imulation